projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed83479
)
($(DOC)): Use $(THISDIR) instead of . in
author
Andrew Innes
<andrewi@gnu.org>
Mon, 5 Feb 2001 16:56:32 +0000
(16:56 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Mon, 5 Feb 2001 16:56:32 +0000
(16:56 +0000)
invocation of make-docfile, to work with Windows 2000.
lib-src/makefile.w32-in
patch
|
blob
|
history
diff --git
a/lib-src/makefile.w32-in
b/lib-src/makefile.w32-in
index e2e6f8df6542083ed06a953434b2355544a8fc64..5ce47d41a3db2b46b2d797d18fa9db625bb834ea 100644
(file)
--- a/
lib-src/makefile.w32-in
+++ b/
lib-src/makefile.w32-in
@@
-204,8
+204,8
@@
lisp= \
DOC = DOC
$(DOC): $(BLD)/make-docfile.exe
- $(DEL) $(DOC)
- "
.
/$(BLD)/make-docfile" -d ../src $(obj) > $(DOC)
- "
.
/$(BLD)/make-docfile" -d ../src $(lisp) >> $(DOC)
+ "
$(THISDIR)
/$(BLD)/make-docfile" -d ../src $(obj) > $(DOC)
+ "
$(THISDIR)
/$(BLD)/make-docfile" -d ../src $(lisp) >> $(DOC)
$(CP) $(DOC) ../etc/DOC-X
- mkdir "../src/$(OBJDIR)"
- mkdir "../src/$(OBJDIR)/etc"